home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / dc-sx107install / sx / startbatchexample < prev    next >
Text File  |  1999-11-29  |  2KB  |  65 lines

  1. ;+----------------------------------------------------------+
  2. ;| System-X 1.06 (eSSeXX) StartScript                       |
  3. ;| ----------------------------------                       |                                  |
  4. ;| Needed Assigns - SX:                                     |
  5. ;| Other Assigns are not absolute needed, but they are      |
  6. ;| very usefull.                                            |
  7. ;| Programms in c: - nodcon (handle the nodes)              |
  8. ;+----------------------------------------------------------+
  9.  
  10. ; Run TCP
  11. ; -------
  12. ;run >nil: sys:dfue/miami/miami <nil:
  13. ;wait 2
  14. ;run >nil: sys:rexxc/rx miamiiconify.rexx
  15. ;wait 1
  16. ;run >nil: aws:aws servers=aws:conf/aws deftype=text/plain tzoff=0 debug=0
  17.  
  18. ; related assigns for the bbs & tools
  19. ; -----------------------------------
  20. assign >nil: sx: bd0:sx/                ; change this to your <path>
  21. assign >nil: dd: sx:                    ; assign for DayDream Doors
  22. assign >nil: daydream: sx:              ; i`m not sure
  23. assign >nil: doors: sx:doors/           ; assign for Doors
  24. assign >nil: files: sx:confs/           ; assign for Files
  25. assign >nil: bbs: sx:                   ; the bbs: assign
  26. assign >nil: utils: sx:utils/           ; assign for sx:utils/
  27. ;assign >nil: aminet: sx:aminet/         ; aminet assign
  28. ;assign >nil: strip_n_add: utils:adder/  ; strip and ad assign
  29. ;assign >nil: RPGBBS: doors:game/RPGBBS  ; DoorGame
  30. ;assign >nil: DIZZY: utils:dizzy/        ; for the aminetdizzer
  31. ;assign >nil: MAIL: sx:TrapDoor/         ; for Fidonet/Trapdoor
  32.  
  33. ; set some envoirement variables now
  34. ; ----------------------------------
  35. setenv dreamutils sx:configs/     ; needed for some DD-Doors
  36.  
  37. ; start SX Master Control Programm and the Nodes you like
  38. ; -------------------------------------------------------
  39. cd sx:
  40. run >nil: sx:sx-mcp               ; start SX
  41. wait 2                            ; and stay cewl
  42. run >nil: sx 1                    ; start Node 1
  43. ;run >nil: sx 2                   ; and so on ...
  44. ;run >nil: sx 3 
  45. ;run >nil: sx 4 
  46.  
  47. ; user setup for Doorgames
  48. ; ------------------------
  49. ;cd RPGBBS:
  50. ;run >nil: RPGBBSserver
  51. ;wait 1
  52. ;run >nil: doors:hacknslash/hsserver >nil:
  53.  
  54. ; mount the cd-devices
  55. ; --------------------
  56. ;run >nil: c:mount >nil: cd1:
  57. ;run >nil: c:mount >nil: dd1:
  58. ;mount >nil: dd2:
  59. ;mount >nil: dd3:
  60. ;mount >nil: dd4:
  61.  
  62. ; start the AutoEvents
  63. ; --------------------
  64. ;run >nil: sx:utils/crontask/crontask >nil:
  65.